<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer{
    width:1200px;
    margin:0 auto;

}
#footed{
    width:1200px;
    margin:20px auto;
    color:#8c8c8c;
    font-size: 16px;
}
#footer:after{
    content: '';
    display: block;
    clear: both;
}
#footer&gt;ul.f_list{
    float:left;
    list-style: none;
    color: #8c8c8c;
    margin-left:6%;
    padding:0;
}
#footer&gt;ul.f_list:first-child{
    margin-left: 0;
}
#footer&gt;ul.f_list&gt;li:first-child{
    font-size: 16px;
}
#footer&gt;ul.f_list a{
    color: #8c8c8c;
}
#footer&gt;ul.f_list&gt;li{
    margin-bottom: 10px;
}
#footer&gt;ul.f_list&gt;li&gt;a:hover{
    color:#00a3ee;
}
#footed&gt;div{
    text-align: center;
}
#connect&gt;span{
    margin-right: 10px;
}
#connect{
    margin-bottom:8px;
}
#addr&gt;span:first-child{
    font-size: 16px;
}
#addr&gt;span{
    font-size: 14px;
    margin-right: 5px;
}</pre></body></html>